home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 April: Mac OS SDK
/
Dev.CD Apr 97 SDK1.toast
/
Development Kits (Disc 1)
/
Open Transport
/
Sample Code
/
NetFractal™
/
ES stuff□
/
DemoDoc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-19
|
245 b
|
18 lines
|
[
TEXT/MPCC
]
// DemoDoc.h
#include <LSingleDoc.h>
class NetPoint;
class DemoDoc :
public LSingleDoc
{
protected:
NetPoint *fNetPoint;
public:
DemoDoc(LCommander *inSuper);
virtual ~DemoDoc();
void SetNetPoint(NetPoint* inNewPoint);
};